-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): bump spring boot and spring cloud version up #921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bump spring boot to 3.5.0 bump spring cloud to 2025.0.0 BREAKING CHANGE: it can happen that a misalignment occurs between the version of the junit-platform-launcher provided by gradle and the version of the junit-jupiter-engine provided in the spring dependencies. In this case, gradle is not able to run the tests and throws an error. It's necessary to add testRuntimeOnly 'org.junit.platform:junit-platform-launcher' as a dependency in your build.gradle file then. That takes the version for the unit-platform-launcher from the dependency management.
Next major release will be 5.0.0, Show Release Notes5.0.0 (2025-06-18)⚠ BREAKING CHANGES
Features
Bug Fixes |
Is it possible to ship this dependency in the required version with the module sda-commons-web-testing to make it non-breaking? Or is |
BREAKING CHANGE: removed feign.jaxrs.JakartaContract from sda-commons-starter-web removed kafkaDltTemplate Bean from sda-commons-starter-kafka
based of this comment from spring boot I would say it's not recommend to do this spring-projects/spring-boot#44613 (comment) but if you say it's more important to not have a breaking change I can see what I can do |
Next major release will be 5.0.0, Show Release Notes (Better Version to review)5.0.0 (2025-06-18)⚠ BREAKING CHANGES
Features
Bug Fixes |
|
bump spring boot to 3.5.0
bump spring cloud to 2025.0.0
BREAKING CHANGE: it can happen that a misalignment occurs between the version of the junit-platform-launcher provided by gradle and the version of the junit-jupiter-engine provided in the spring dependencies. In this case, gradle is not able to run the tests and throws an error. It's necessary to add testRuntimeOnly 'org.junit.platform:junit-platform-launcher' as a dependency in your build.gradle file then. That takes the version for the unit-platform-launcher from the dependency management.